home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / tobby_on_ice.swf / scripts / frame_32 / DoAction.as
Text File  |  2011-08-19  |  160b  |  6 lines

  1. this.attachMovie("fadeBlackScr","fadeMC",this.depthWindow++);
  2. this.fadeMC._x = 320;
  3. this.fadeMC._y = 260;
  4. this.fadeMC.gotoAndPlay("fadeOut");
  5. this.stop();
  6.